home *** CD-ROM | disk | FTP | other *** search
/ ADA Programming Guide / ADA Programming Guide.iso / ada_gnu / examples / imported.c < prev    next >
C/C++ Source or Header  |  1996-01-30  |  98b  |  6 lines

  1. #include <stdio.h>
  2. imported_function ()
  3. {
  4.   printf ("\nI am now in the imported function\n\n");
  5. }
  6.